home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1998 October
/
Macworld (1998-10).dmg
/
Serious Demos
/
Morpha
/
3DO.DXR
/
00112.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-07-31
|
282 b
|
16 lines
on dropsounds
global wait, drums, drumonly
redraw()
set wait to 1
if soundBusy(1) = 0 then
nothing()
else
puppetSound(2, 0)
puppetSound(3, 0)
puppetSound(4, 0)
set drums to 1
set drumonly to 1
end if
put "strip overlays" into field "debug"
end